home *** CD-ROM | disk | FTP | other *** search
- object JPEGOptsForm: TJPEGOptsForm
- Left = 434
- Top = 248
- Width = 487
- Height = 298
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 18
- Top = 8
- Width = 207
- Height = 13
- Caption = 'Optionen f�r das Einlesen von JPEG-Bildern'
- end
- object Bevel1: TBevel
- Left = 16
- Top = 118
- Width = 449
- Height = 6
- Shape = bsTopLine
- end
- object Label2: TLabel
- Left = 18
- Top = 132
- Width = 215
- Height = 13
- Caption = 'Optionen f�r das Speichern von JPEG-Bildern'
- end
- object AbbruchButton: TButton
- Left = 304
- Top = 238
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- ModalResult = 2
- TabOrder = 1
- end
- object OKButton: TButton
- Left = 220
- Top = 238
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKButtonClick
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 26
- Width = 153
- Height = 79
- Caption = 'JPEG-Bilder einlesen als...'
- TabOrder = 3
- object JPEGInOriginalRadioButton: TRadioButton
- Left = 14
- Top = 22
- Width = 121
- Height = 17
- Caption = '...Original'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = JPEGInOriginalRadioButtonClick
- end
- object JPEGIn256RadioButton: TRadioButton
- Left = 14
- Top = 36
- Width = 121
- Height = 17
- Caption = '...mit 256 Farben'
- TabOrder = 1
- OnClick = JPEGIn256RadioButtonClick
- end
- object JPEGInGrayRadioButton: TRadioButton
- Left = 14
- Top = 50
- Width = 121
- Height = 17
- Caption = '...mit Graustufen'
- TabOrder = 2
- OnClick = JPEGInGrayRadioButtonClick
- end
- end
- object GroupBox2: TGroupBox
- Left = 174
- Top = 26
- Width = 143
- Height = 79
- Caption = 'Eingabe-Quantisierung'
- TabOrder = 4
- object JPEGIn1PassRadioButton: TRadioButton
- Left = 6
- Top = 22
- Width = 129
- Height = 17
- Caption = '1-Pass-Quantisierung'
- TabOrder = 0
- end
- object JPEGIn2PassRadioButton: TRadioButton
- Left = 6
- Top = 36
- Width = 129
- Height = 17
- Caption = '2-Pass-Quantisierung'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- end
- object GroupBox3: TGroupBox
- Left = 322
- Top = 26
- Width = 141
- Height = 79
- Caption = 'Verwendetes Dithering'
- TabOrder = 5
- object JPEGInNoDitherRadioButton: TRadioButton
- Left = 8
- Top = 24
- Width = 113
- Height = 17
- Caption = 'Nicht dithern'
- TabOrder = 0
- end
- object JPEGInOrdDitherRadioButton: TRadioButton
- Left = 8
- Top = 38
- Width = 113
- Height = 17
- Caption = 'Ordered'
- TabOrder = 1
- end
- object JPEGInFSDitherRadioButton: TRadioButton
- Left = 8
- Top = 52
- Width = 113
- Height = 17
- Caption = 'Floyd-Steinberg'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- end
- object HelpButton: TButton
- Left = 388
- Top = 238
- Width = 75
- Height = 25
- Caption = '&Hilfe'
- TabOrder = 2
- end
- object GroupBox4: TGroupBox
- Left = 20
- Top = 152
- Width = 133
- Height = 61
- Caption = 'Ausgabequalit�t'
- TabOrder = 6
- object Label3: TLabel
- Left = 8
- Top = 28
- Width = 47
- Height = 13
- Caption = 'in Prozent'
- end
- object JPEGOutQualitySpinEdit: TSpinEdit
- Left = 64
- Top = 24
- Width = 55
- Height = 22
- EditorEnabled = False
- Increment = 10
- MaxLength = 3
- MaxValue = 100
- MinValue = 0
- TabOrder = 0
- Value = 80
- end
- end
- end
-